Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 13266c96dbbeb249e235f4fe2bd5bbaf4339e140


Parents : 7e30648
Author : Mark Qvist <mark@unsigned.io>
Date : 2025-01-15T14:03:35+01:00

Cleanup

Changes

1 files changed, 0 insertions(+), 3 deletions(-)

M Device.h -3

Diff

diff --git a/Device.h b/Device.h
index 40e2c86..e2a1d06 100644
--- a/Device.h
+++ b/Device.h
@@ -147,9 +147,6 @@ uint32_t retrieve_application_size() {
uint8_t bytes[4];
memcpy(bytes, (const void*)IMG_SIZE_START, 4);
uint32_t fw_len = bytes[0] | bytes[1] << 8 | bytes[2] << 16 | bytes[3] << 24;
- Serial.println("FIRMWARE LEN:");
- Serial.print(fw_len);
- Serial.flush();
return fw_len;
}


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────